home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5820 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  779 b 

  1. Path: guitar.sound.net!news
  2. From: chris@sound.net (chris)
  3. Newsgroups: comp.lang.c++
  4. Subject: LPCREATESTRUCT
  5. Date: Wed, 07 Feb 1996 14:13:43 GMT
  6. Organization: Sound Advice Limited's Internet Access for KC
  7. Message-ID: <4f8qum$cck@guitar.sound.net>
  8. NNTP-Posting-Host: max4-60.sound.net
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. I am unable to determine what lpcreatestruct in doing in the following
  12. line of code.  It is in a windows procedure, within the code that is
  13. executed during the processing of the wm_create message.
  14.  
  15. hInstance = ((LPCRETESTRUCT) lParam) -> hInstance;
  16.  
  17. If you can point me in the right direction, I would appreciate it.
  18. Also, do you know where I might find this in the online documentation
  19. for the Borland Compiler (version 4.2).
  20.  
  21. Thank You,
  22.  
  23. chris@sound.net
  24.  
  25.